Methods
|
|
__call__
_set
clear
set
values
|
|
__call__
|
__call__ ( self )
Return the value of the feature
|
|
_set
|
_set ( self, value )
|
|
clear
|
clear ( self )
Unset the value of the feature (like __delattr__)
|
|
set
|
set ( self, value )
Set the value of the feature to value
Exceptions
|
|
TypeError, ( "Read-only field %s" % self._componentName )
|
|
|
values
|
values ( self )
Return the value(s) of the feature as a sequence, even if it's a single value
|